home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / chip-cd_2002_05.zip / 05 / Dom i biuro / Mr Faktury Pro 1.53 / mr_faktury_pro.exe / 0 / RCDATA / TFNAGLOWEK / TFNAGLOWEK.txt
Text File  |  2002-03-27  |  2KB  |  113 lines

  1. object fNaglowek: TfNaglowek
  2.   Left = 267
  3.   Top = 233
  4.   BorderStyle = bsSingle
  5.   Caption = 'Teksty nag'#322#243'wka firmy dla wydruk'#243'w'
  6.   ClientHeight = 171
  7.   ClientWidth = 502
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 16
  22.     Width = 31
  23.     Height = 13
  24.     Caption = 'Linia 1'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 16
  28.     Top = 40
  29.     Width = 31
  30.     Height = 13
  31.     Caption = 'Linia 2'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 16
  35.     Top = 64
  36.     Width = 31
  37.     Height = 13
  38.     Caption = 'Linia 3'
  39.   end
  40.   object Label4: TLabel
  41.     Left = 16
  42.     Top = 88
  43.     Width = 31
  44.     Height = 13
  45.     Caption = 'Linia 4'
  46.   end
  47.   object Label5: TLabel
  48.     Left = 16
  49.     Top = 112
  50.     Width = 31
  51.     Height = 13
  52.     Caption = 'Linia 5'
  53.   end
  54.   object eLinia1: TEdit
  55.     Left = 56
  56.     Top = 8
  57.     Width = 433
  58.     Height = 21
  59.     MaxLength = 78
  60.     TabOrder = 0
  61.   end
  62.   object eLinia2: TEdit
  63.     Left = 56
  64.     Top = 32
  65.     Width = 433
  66.     Height = 21
  67.     MaxLength = 78
  68.     TabOrder = 1
  69.   end
  70.   object eLinia3: TEdit
  71.     Left = 56
  72.     Top = 56
  73.     Width = 433
  74.     Height = 21
  75.     MaxLength = 78
  76.     TabOrder = 2
  77.   end
  78.   object eLinia4: TEdit
  79.     Left = 56
  80.     Top = 80
  81.     Width = 433
  82.     Height = 21
  83.     MaxLength = 78
  84.     TabOrder = 3
  85.   end
  86.   object eLinia5: TEdit
  87.     Left = 56
  88.     Top = 104
  89.     Width = 433
  90.     Height = 21
  91.     MaxLength = 78
  92.     TabOrder = 4
  93.   end
  94.   object bRezygnuj: TButton
  95.     Left = 328
  96.     Top = 136
  97.     Width = 75
  98.     Height = 25
  99.     Caption = '&Rezygnuj'
  100.     TabOrder = 5
  101.     OnClick = bRezygnujClick
  102.   end
  103.   object bZapisz: TButton
  104.     Left = 104
  105.     Top = 136
  106.     Width = 75
  107.     Height = 25
  108.     Caption = '&Zapisz'
  109.     TabOrder = 6
  110.     OnClick = bZapiszClick
  111.   end
  112. end
  113.